Don't separately build ostree-sys with nightly
authorFelix Krull <f_krull@gmx.de>
Wed, 22 May 2019 08:57:00 +0000 (10:57 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 17cb406ff590e315b52a431b8b4ca36150788065..80f412529d0282757bc2aa5166e9070543591609 100644 (file)
@@ -20,12 +20,6 @@ ostree-sys:
   script:
   - cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
 
-ostree-sys_nightly:
-  stage: build
-  image: rustlang/rust:nightly
-  script:
-  - cargo test --verbose --manifest-path sys/Cargo.toml ${CURRENT_FEATURES}
-
 publish_ostree-sys:
   stage: publish
   script: